home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19960425-19960715 / 000307_news@columbia.edu _Wed Jun 26 05:10:30 1996.msg < prev    next >
Internet Message Format  |  1996-07-26  |  2KB

  1. Return-Path: news@columbia.edu
  2. Received: from apakabar.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30]) by watsun.cc.columbia.edu (8.7.5/8.7.3) with ESMTP id FAA18542 for <kermit.misc@watsun.cc.columbia.edu>; Wed, 26 Jun 1996 05:10:30 -0400 (EDT)
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.7.5/8.7.3) id FAA28643 for kermit.misc@watsun; Wed, 26 Jun 1996 05:10:25 -0400 (EDT)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Path: news.columbia.edu!lamont.ldeo.columbia.edu!zombie.ncsc.mil!news.mathworks.com!news-res.gsl.net!news.gsl.net!EU.net!sun4nl!sun4nl!echelon!kees
  6. From: kees@echelon.nl (Kees Hendrikse)
  7. Subject: linedraw chars in vt320 emulation
  8. Organization: Echelon Consultancy, Enschede, The Netherlands
  9. Date: Wed, 26 Jun 1996 07:21:47 GMT
  10. Message-ID: <DtLJ4B.Kt7@echelon.nl>
  11. Lines: 22
  12.  
  13. Hi all,
  14.  
  15. I'm trying to access a Unix based application through MSKermit 3.14 under
  16. vt320 emulation. The app uses line-draw characters to draw boxes on the
  17. screen, but the boxes keep showing up with lower-case letters instead of
  18. line-draw chars. Kermit uses the Latin1 char set, DOS uses cp850 and
  19. everything is set to 8 bits.
  20.  
  21. The application uses DEC SS2 as single-shift-out character, i.e., the top-line
  22. of a box is sent as: 
  23.  
  24.     {0x9b}7;5H{0x8e}l{0x8e}q{0x8e}q{0x8e}q{0x8e}q{0x8e}q{0x8e}k
  25.  
  26. Kermit simply ignores the 0x8e's.  How do I tell kermit to process them
  27. and put the appropriate line-draw char on the screen?
  28.  
  29.  
  30. -- 
  31. Kees Hendrikse                               | email:     kees@echelon.nl
  32.                                              |
  33. ECHELON consultancy and software development | phone: +31 (0)53 48 36 585
  34. PO Box 545, 7500AM Enschede, The Netherlands | fax:   +31 (0)53 43 37 415